home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / cmln0186.arc / DEVELOP2.LTG < prev    next >
Text File  |  1986-12-20  |  1KB  |  31 lines

  1.  
  2.                             Listing 2
  3.  
  4. Index     Address     Contents of that address
  5. -----     -------     ------------------------
  6.  
  7.  1000      12345      ROUTINE1
  8.  1001      83658      VAR, 33333    (FIRST)
  9.  1002      64512      VAR, 12321    (SECOND)
  10.  1003      64371      VAR, 0        (RESULT)
  11.  1004      53654      ROUTINE2
  12.  
  13. Index     Address     Contents of that address
  14. -----     -------     ------------------------
  15.  1         34213      ADD
  16.  2         33221      STORE
  17.  
  18.                                              Token
  19. Source code         Token               length in bytes
  20. -----------       -------------         ---------------
  21.  
  22. ROUTINE1            1000                        2
  23. FIRST               1001                        2
  24. SECOND              1002                        2
  25. +                      1                        1
  26. ->                     2                        1
  27. RESULT              1003                        2
  28. ROUTINE2            1004                        2
  29.                                                --
  30.                                                12
  31.